SftTree/NET 2.0

BottomItem Property, SftTree Class

Softel vdm, Inc.

Defines the last item displayed in the tree control's client area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property BottomItem As ItemClass

C#   

public ItemClass BottomItem { get; set; }

C++   

public: property ItemClass^ BottomItem {
        ItemClass^ get();
        void set(ItemClass^ value);
}

Property Value

The bottom item.

Comments

The BottomItem property defines the last item displayed in the tree control's client area.

The ItemClass.ScrollIntoView method can be used to insure that an item is displayed in the tree control area. The BottomItem property is used to make the item specified the very last item shown in the tree control area. BottomItem always returns the last visible item, which may or may not be partially clipped vertically. BottomItemPartial returns the last item, but only if it is only partially visible.

The TopItem property defines the first item displayed in the tree control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com